当前位置: 首页>>代码示例>>PHP>>正文


PHP tpl_button函数代码示例

本文整理汇总了PHP中tpl_button函数的典型用法代码示例。如果您正苦于以下问题:PHP tpl_button函数的具体用法?PHP tpl_button怎么用?PHP tpl_button使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。


在下文中一共展示了tpl_button函数的8个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。

示例1: hsc

?>
</label>
        <textarea name="meta[Iptc.Keywords]" id="keywords" class="edit"><?php 
echo hsc(tpl_img_getTag(array('IPTC.Keywords', 'EXIF.Category')));
?>
</textarea><br />


				<input type="submit" value="<?php 
echo $lang['btn_save'];
?>
" title="ALT+S"
         accesskey="s" class="button" />

			</form>
 		</div>


    <div class="footer">
      <hr>
        <?php 
tpl_button('backtomedia');
?>
    </div>
  </div>

</div>
</body>
</html>

开发者ID:BackupTheBerlios,项目名称:pyradm-svn,代码行数:29,代码来源:mediaedit.php

示例2: tpl_action

/**
 * Wrapper around tpl_button() and tpl_actionlink()
 *
 * @author Anika Henke <anika@selfthinker.org>
 * @param
 * @param bool   $link link or form button?
 * @param bool   $wrapper HTML element wrapper
 * @param bool   $return return or print
 * @param string $pre prefix for links
 * @param string $suf suffix for links
 * @param string $inner inner HTML for links
 * @return bool|string
 */
function tpl_action($type, $link = false, $wrapper = false, $return = false, $pre = '', $suf = '', $inner = '')
{
    $out = '';
    if ($link) {
        $out .= tpl_actionlink($type, $pre, $suf, $inner, 1);
    } else {
        $out .= tpl_button($type, 1);
    }
    if ($out && $wrapper) {
        $out = "<{$wrapper}>{$out}</{$wrapper}>";
    }
    if ($return) {
        return $out;
    }
    print $out;
    return $out ? true : false;
}
开发者ID:neosunchess,项目名称:dokuwiki,代码行数:30,代码来源:template.php

示例3: tpl_button

tpl_button('subscribens');
?>
        <?php 
tpl_button('admin');
?>
        <?php 
tpl_button('profile');
?>
        <?php 
tpl_button('login');
?>
        <?php 
tpl_button('index');
?>
        <?php 
tpl_button('top');
?>
&nbsp;
      </div>
      <div class="clearer"></div>
    </div>

  </div>

  <?php 
tpl_license(false);
?>

</div>
<?php 
/*old includehook*/
开发者ID:highpictv,项目名称:wiki,代码行数:31,代码来源:main.php

示例4: tpl_youarehere

    ?>
		<div class="breadcrumbs">
		  <?php 
    tpl_youarehere();
    ?>
		</div>
	  <?php 
}
?>

      <div class="bar-left" id="bar__bottomleft">
        <?php 
tpl_button('edit');
?>
        <?php 
tpl_button('login');
?>
      
		<?php 
// AFEGIT Jordi	10/02/2011
$exporta = str_replace('wikiform/wikiform', 'wikiform/wikiexport', $_SERVER["REQUEST_URI"]);
?>
  
	 <a  style="     background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #000000;
    cursor: pointer;
    font-size: 100%;
    margin: 1px;
    padding: 0.125em 0.4em;
    text-decoration: none;
开发者ID:projectesIF,项目名称:Ateneu,代码行数:31,代码来源:main.php

示例5: tpl_button

   <?php /*old includehook*/ @include(dirname(__FILE__).'/pagefooter.html')?>

    <div class="bar" id="bar__bottom">
      <div class="bar-left" id="bar__bottomleft">
        <?php tpl_button('edit')?>
        <?php tpl_button('history')?>
        <?php tpl_button('revert')?>
      </div>
      <div class="bar-right" id="bar__bottomright">
        <?php tpl_button('subscribe')?>
        <?php tpl_button('media')?>
        <?php tpl_button('admin')?>
        <?php tpl_button('profile')?>
        <?php tpl_button('login')?>
        <?php tpl_button('index')?>
        <?php tpl_button('top')?>&#160;
      </div>
      <div class="clearer"></div>
    </div>

  </div>

  <?php tpl_license(false);?>

</div>
<?php /*old includehook*/ @include(dirname(__FILE__).'/footer.html')?>

<div class="no"><?php /* provide DokuWiki housekeeping, required in all templates */ tpl_indexerWebBug()?></div>
</body>
</html>
开发者ID:neutrinog,项目名称:Door43,代码行数:30,代码来源:main.php

示例6: tpl_content

tpl_content();
?>
    <div class="page_controls">
      <div style="float: right">
        <?php 
tpl_button('edit');
?>
        <?php 
tpl_button('top');
?>
      </div>
      <?php 
tpl_button('login');
?>
      <?php 
tpl_button('admin');
?>
    </div>
  </div>
	  
	<div class="footer">
    <div class="pageinfo"><?php 
tpl_pageinfo();
?>
</div>
    <p>Copyright &copy; 2006 Alexey Remizov | Design mostly based on work <a href="http://www.oswd.org/design/preview/id/2429">&ldquo;Leaves&rdquo;</a> by <a href="http://smallpark.org">SmallPark</a></p>
  </div>
</div>
</body>
</html>
开发者ID:BackupTheBerlios,项目名称:pyradm-svn,代码行数:30,代码来源:main.php

示例7: tpl_button

    tpl_button('profile');
    ?>
        <?php 
    tpl_button('admin');
    ?>
        <?php 
    tpl_button('subscribe');
    ?>
        <?php 
    tpl_button('recent');
    ?>
        <?php 
    tpl_button('history');
    ?>
        <?php 
    tpl_button('edit');
    ?>
      </div>
    <?php 
}
?>

    <!-- MAIN -->
    <?php 
if ($ACT == "show" && in_array($INFO['id'], split(" ", $conf['rawhtml']))) {
    ?>
      <!-- RAW HTML -->
      <section id="wrapper" class="<?php 
    print $ACT;
    ?>
">
开发者ID:reneolivo,项目名称:qooxdoo,代码行数:31,代码来源:main.php

示例8: tpl_button

?>
		<?php 
tpl_button('admin');
?>
 
        <?php 
tpl_button('edit');
?>
        <?php 
tpl_button('profile');
?>
        <?php 
tpl_button('login');
?>
		<?php 
tpl_button('index');
?>
      </div>
      
    </div>
	
</div>


<div id="wiki_toc" style="display:none" class="dokuwiki">
<h5 style="text-align:center;margin:0;border:none;">Table of Contents</h5>
	<?php 
tpl_toc();
?>
</div>
开发者ID:omusico,项目名称:isle-web-framework,代码行数:30,代码来源:top_bar.php


注:本文中的tpl_button函数示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。