Home
last modified time | relevance | path

Searched refs:tag (Results 1 – 25 of 403) sorted by path

12345678910>>...17

/template/a_free_worldic/
H A Ddesign.css472 /* code blocks by code tag */
482 /* code blocks by file tag */
H A Dprint.css155 /* code blocks by code tag */
169 /* code blocks by file tag */
/template/a_new_day/
H A Ddesign.css703 /* code blocks by code tag */
713 /* code blocks by file tag */
H A Dprint.css154 /* code blocks by code tag */
168 /* code blocks by file tag */
/template/a_new_day/js/
H A Dbuilder.js125 tags.each( function(tag){ argument
126 scope[tag] = function() {
127 return Builder.node.apply(Builder, [tag].concat($A(arguments)));
H A Ddragdrop.js605 tag: 'li', // assumes li children, override with tag: 'tagname'
714 element, options.only, options.tree ? true : false, options.tag);
758 … var children = Sortable.findElements(dropon, {tag: droponOptions.tag, only: droponOptions.only});
842 tag: sortableOptions.tag,
H A Dprototype.js1581 ['', 'Form', 'Input', 'TextArea', 'Select'].each(function(tag) { argument
1582 var className = 'HTML' + tag + 'Element';
1585 klass.prototype = document.createElement(tag ? tag.toLowerCase() : 'div').__proto__;
/template/able/
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/ach/
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') {
/template/ad-hominem/
H A Dmy_template.php229 foreach($data as $tag => $inst) {
232 echo "\t<", $tag, ' ', buildAttributes($attr);
233 if(isset($attr['_data']) || $tag == 'script') {
234 if($tag == 'script' && $attr['_data'])
239 echo '>', $attr['_data'], '</', $tag, '>';
535 foreach($tags as $tag) {
536 $label = $lang[$tag['langkey']];
537 if(!$label) $label = $tag['langkey'] . ':';
540 if ($tag['type'] == 'date') {
541 echo '<time datetime="' . strftime($format, $tag['valu
[all...]
/template/amanuensis/
H A Ddesign.css518 /* code blocks by code tag */
533 /* code blocks by file tag */
H A Dprint.css141 /* code blocks by code tag */
155 /* code blocks by file tag */
/template/ameoto/
H A Ddesign.css460 /* code blocks by code tag */
470 /* code blocks by file tag */
H A Dprint.css152 /* code blocks by code tag */
166 /* code blocks by file tag */
/template/apricot/
H A Ddetail.php54 foreach($fields as $key => $tag){
56 if (!empty($tag[0])) {
57 $t = array($tag[0]);
59 if(is_array($tag[3])) {
60 $t = array_merge($t,$tag[3]);
64 echo '<dt>'.$lang[$tag[1]].':</dt><dd>';
65 if ($tag[2] == 'date') {
/template/aran/
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') {
/template/arcade-basic/
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/arcadebasic/
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/arctic-mbo/
H A Darctic_layout.css17 //modify tag style
H A Ddesign.css481 /* code blocks by code tag */
486 /* code blocks by file tag */
H A Dprint.css163 /* code blocks by code tag */
177 /* code blocks by file tag */
/template/arctic/
H A Ddesign.css492 /* code blocks by code tag */
497 /* 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/arctictut/
H A Ddesign.css489 /* code blocks by code tag */
494 /* code blocks by file tag */

12345678910>>...17