- Timestamp:
- May 5, 2008, 8:33:15 AM (17 years ago)
- Location:
- templates
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
templates/a_servers.html
r1 r3 1 1 <h2>{servers_h2}</h2> 2 <div class="table" style="text-align: center; width: 600px">2 <div class="table"> 3 3 <b>{order_by}:</b> <select onchange="location.href='index.php?page=a-servers&order='+this.selectedIndex"> 4 4 <option {s0}>{th_name}</option> … … 11 11 </select> 12 12 </div> 13 <div class="table" style="text-align: center; width: 600px">13 <div class="table"> 14 14 {pager} 15 15 </div> 16 16 17 <table class="table" border="1" style=" width: 600px">18 <tr class="table">17 <table class="table"> 18 <tr> 19 19 <th><img src="templates/img/hvezda.gif" alt="Doporučujeme" title="Doporučujeme"></th> 20 20 <th>{th_name}</th> … … 29 29 </table> 30 30 31 <div class="table" style="text-align: center; width: 600px">31 <div class="table"> 32 32 {pager} 33 33 </div> -
templates/servers.html
r1 r3 1 1 <h2>České servery</h2> 2 <div class="table" style="text-align: center; width: 600px">2 <div class="table"> 3 3 <b>{order_by}:</b> <select onchange="location.href='index.php?page=servers&order='+this.selectedIndex"> 4 4 <option {s0}>{th_name}</option> … … 11 11 </select> 12 12 </div> 13 <div class="table" style="text-align: center; width: 600px">13 <div class="table"> 14 14 {pager} 15 15 </div> 16 16 17 <table class="table" border="1" style=" width: 600px">18 <tr class="table">17 <table class="table"> 18 <tr> 19 19 <th><img src="templates/img/hvezda.gif" alt="Doporučujeme" title="Doporučujeme"></th> 20 20 <th>{th_name}</th> … … 29 29 </table> 30 30 31 <div class="table" style="text-align: center; width: 600px">31 <div class="table" style="text-align: center; width: 500px"> 32 32 {pager} 33 33 </div> -
templates/style/screen2.css
r1 r3 60 60 } 61 61 .box { 62 text-align:left; 63 padding: 20px; 64 background-color: #e6e6e6; 65 border: 1px solid #b8b8b8; 66 width: 272px; 67 margin-bottom: 2px; 62 text-align:left; 63 padding: 20px; 64 background-color: #e6e6e6; 65 border: 1px solid #b8b8b8; 66 width: 272px; 67 margin-bottom: 2px; 68 padding-left: 30px; 69 padding-right: 10px; 68 70 } 69 71 #foot { … … 96 98 border: 1px solid #b8b8b8; 97 99 background: rgb(237,237,237); 98 width: 500px; 99 Border-collapse: collapse; 100 width: 600px; 101 border-collapse: collapse; 102 text-align: center; 103 100 104 } 101 105 102 106 .table td { 103 padding: 5px 15px 5px 15px; 107 border: 1px solid #b8b8b8; 108 padding: 5px 10px 5px 10px; 109 } 110 111 .table th { 112 border: 1px solid #b8b8b8; 113 padding: 2px 5px 2px 5px; 104 114 } 105 115 … … 180 190 background: #ffffff; 181 191 text-align: center; 182 width: 160px; 183 height: 40px; 184 padding: 5px; 192 align: center; 193 _width: 160px; 194 _height: 40px; 195 _padding: 5px; 185 196 margin: 5px auto 5px auto; 186 197 } -
templates/wss_partners.html
r1 r3 1 1 <h2>{wss_partners_h2}</h2> 2 <div class="table" style="text-align: center; width: 600px">2 <div class="table"> 3 3 <b>{order_by}:</b> <select onchange="location.href='index.php?page=wss-partners&order='+this.selectedIndex"> 4 4 <option {s0}>{th_name}</option> … … 11 11 </select> 12 12 </div> 13 <div class="table" style="text-align: center; width: 600px">13 <div class="table"> 14 14 {pager} 15 15 </div> 16 16 17 <table class="table" border="1" style=" width: 600px">18 <tr class="table">17 <table class="table"> 18 <tr> 19 19 <th><img src="templates/img/hvezda.gif" alt="Doporučujeme" title="Doporučujeme"></th> 20 20 <th>{th_name}</th> … … 29 29 </table> 30 30 31 <div class="table" style="text-align: center; width: 600px">31 <div class="table"> 32 32 {pager} 33 33 </div>
Note:
See TracChangeset
for help on using the changeset viewer.