Home
last modified time | relevance | path

Searched refs:tag (Results 101 – 125 of 403) sorted by path

12345678910>>...17

/template/darkwood/
H A Ddetail.php60 foreach($fields as $key => $tag){
62 if (!empty($tag[0])) {
63 $t = array($tag[0]);
65 if(is_array($tag[3])) {
66 $t = array_merge($t,$tag[3]);
70 echo '<dt>'.$lang[$tag[1]].':</dt><dd>';
71 if ($tag[2] == 'date') {
/template/default/
H A Ddesign.css505 /* code blocks by code tag */
510 /* code blocks by file tag */
H A Ddetail.php65 foreach($fields as $key => $tag){
67 if (!empty($tag[0])) $t = array($tag[0]);
68 if(is_array($tag[3])) $t = array_merge($t,$tag[3]);
71 echo '<dt>'.$lang[$tag[1]].':</dt><dd>';
72 if ($tag[2] == 'date') echo dformat($value);
H A Dprint.css157 /* code blocks by code tag */
171 /* code blocks by file tag */
/template/desertcalm/
H A Ddesign.css488 /* code blocks by code tag */
499 /* code blocks by file tag */
H A Dprint.css155 /* code blocks by code tag */
169 /* code blocks by file tag */
/template/dokubook/
H A Ddesign.css490 /* code blocks by code tag */
495 /* code blocks by file tag */
H A Ddetail.php64 foreach($fields as $key => $tag){
66 if (!empty($tag[0])) $t = array($tag[0]);
67 if(is_array($tag[3])) $t = array_merge($t,$tag[3]);
70 echo '<dt>'.$lang[$tag[1]].':</dt><dd>';
71 if ($tag[2] == 'date') echo dformat($value);
H A Dprint.css157 /* code blocks by code tag */
171 /* code blocks by file tag */
/template/dokubook2/
H A Ddesign.css458 /* code blocks by code tag */
468 /* code blocks by file tag */
H A Dprint.css150 /* code blocks by code tag */
164 /* code blocks by file tag */
/template/dokubootstrapsimplified/css/
H A Dbootstrap-amelia.min.css1 …efore{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e0…
H A Dbootstrap-cerulean.min.css1 …efore{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e0…
H A Dbootstrap-cosmo.min.css1 …efore{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e0…
H A Dbootstrap-cyborg.min.css1 …efore{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e0…
H A Dbootstrap-default.min.css7 …efore{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e0…
H A Dbootstrap-flatly.min.css1 …efore{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e0…
H A Dbootstrap-journal.min.css1 …efore{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e0…
H A Dbootstrap-readable.min.css1 …efore{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e0…
H A Dbootstrap-simplex.min.css1 …efore{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e0…
H A Dbootstrap-slate.min.css1 …efore{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e0…
H A Dbootstrap-spacelab.min.css1 …efore{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e0…
H A Dbootstrap-united.min.css1 …efore{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e0…
H A Dbootstrap-yeti.min.css1 …efore{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e0…
/template/dokubootstrapsimplified/
H A Ddetail.php55 foreach($fields as $key => $tag){
57 if (!empty($tag[0])) {
58 $t = array($tag[0]);
60 if(is_array($tag[3])) {
61 $t = array_merge($t,$tag[3]);
65 echo '<dt>'.$lang[$tag[1]].':</dt><dd>';
66 if ($tag[2] == 'date') {

12345678910>>...17