Projekt

Obecné

Profil

Stáhnout (4.17 KB) Statistiky
| Větev: | Revize:
1
<html lang="en"><head>
2
    <meta charset="utf-8">
3
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
4
    <meta name="description" content="">
5
    <meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors">
6
    <meta name="generator" content="Jekyll v3.8.6">
7
    <title>Album example · Bootstrap</title>
8

    
9
    <link rel="canonical" href="https://getbootstrap.com/docs/4.4/examples/album/">
10

    
11
    <!-- Bootstrap core CSS -->
12
<link href="css/bootstrap.min.css" rel="stylesheet">
13
<link href="css/fontawesome.min.css" rel="stylesheet">
14
<link href="css/style.css" rel="stylesheet">
15

    
16

    
17
</head>
18
<body>
19
  <header>
20
    <div class="collapse bg-dark" id="navbarHeader">
21
      <div class="container">
22
        <div class="row">
23
          <div class="col-sm-8 col-md-7 py-4">
24
            <h4 class="text-white">About</h4>
25
            <p class="text-muted">Add some information about the album below, the author, or any other background context. Make it a few sentences long so folks can pick up some informative tidbits. Then, link them off to some social networking sites or contact information.</p>
26
          </div>
27
          <div class="col-sm-4 offset-md-1 py-4">
28
            <h4 class="text-white">Contact</h4>
29
            <ul class="list-unstyled">
30
              <li><a href="#" class="text-white">Follow on Twitter</a></li>
31
              <li><a href="#" class="text-white">Like on Facebook</a></li>
32
              <li><a href="#" class="text-white">Email me</a></li>
33
            </ul>
34
          </div>
35
        </div>
36
      </div>
37
    </div>
38
  </header>
39

    
40
<main role="main">
41
  <div class="container">
42
    <h1>
43
      Výběr sestavy
44
    </h1>
45
  </div>
46
  <div class="container">
47
    <div class="col-md-4 box">
48
      <div class="box-header">
49
        <h3 class="box-title">Rychle k ...</h3>
50
      </div>
51
      <table class="table table-bordered table-striped">
52
        <tbody>
53
          <tr>
54
            <td><a href=#>Vlastní šablona 1</a></td>
55
            <td class="center-cell">
56
              <span class="action-button">
57
                <a href=# class="action-link far fa-trash-alt"></a>
58
              </span>
59
            </td>
60
          </tr>
61
          <tr>
62
            <td><a href=#>Vlastní šablona 2, Vlastní šablona 2, Vlastní šablona 2, Vlastní šablona 2</a></td>
63
            <td class="center-cell">
64
              <span class="action-button">
65
                <a href=# class="action-link far fa-trash-alt"></a>
66
              </span>
67
            </td>
68
          </tr>
69
        </tbody>
70
      </table>
71
    </div>
72
  </div>
73

    
74
  <div class="container box">
75
    <div class="box-header">
76
      <h3 class="box-title">Seznam sestav</h3>
77
    </div>
78
    <div class="button-container">
79
      <button type="button" class="btn btn-success"><i class="fas fa-plus"></i> Přidat novou sestavu</button>
80
      <button type="button" class="btn btn-success align-right"><i class="fas fa-sort"></i> Upravit řazení</button>
81
    </div>
82

    
83
    <table class="table table-bordered table-striped">
84
      <thead>
85
        <tr>
86
          <th scope="col">Sestava</th>
87
          <th scope="col">Seznam atributů</th>
88
          <th scope="col">Akce</th>
89
        </tr>
90
      </thead>
91
      <tbody>
92
        <tr>
93
          <td><a href=#>Studenti - studijní programy</a></td>
94
          <td>Akademický rok, Fakulta, Typ strudia, Ročník, ...</td>
95
          <td class="center-cell">
96
            <span class="action-button">
97
              <a href=# class="action-link far fa-edit"></a>
98
            </span>
99
            <span class="action-button">
100
              <a href=# class="action-link far fa-trash-alt"></a>
101
            </span>
102
          </td>
103
        </tr>
104
        <tr>
105
          <td><a href=#>Předměty</a></td>
106
          <td>Označení, Název, Grant, Počet studentů, ...</td>
107
          <td class="center-cell">
108
            <span class="action-button">
109
              <a href=# class="action-link far fa-edit"></a>
110
            </span>
111
            <span class="action-button">
112
              <a href=# class="action-link far fa-trash-alt"></a>
113
            </span>
114
          </td>
115
        </tr>
116
      </tbody>
117
    </table>
118
  </div>
119

    
120

    
121
</main>
122

    
123
<footer class="text-muted">
124
  <div class="container">
125

    
126
  </div>
127
</footer>
128

    
129
</body>
130
</html>
    (1-1/1)