예제 #1
0
/**
 * Set a slot and returns the HTML for a uiSelectPager.
 * 
 * The slot allows to re-print the pager at the top and bottom of a table by
 * running the pager template only once.
 * 
 * Examples:
 * 
 *  echo ui_select_pager($pager)
 *    => Set and print the pager slot with the default slot name
 *  echo ui_select_pager()
 *    => Print the HTML for previously set slot
 *  echo ui_select_pager($pager, 'pager2')
 *    => Print and set a pager with a custom slot name
 *       (allows different pagers on one template)
 *  echo ui_select_pager(false, 'pager2')
 *    => Print previously set pager with custom slot name
 * 
 * @param  mixed   $pager   uiSelectPager object or false
 * @param  string  $slot    Slot name, leave out to use the default
 * 
 * @return string  HTML representation
 */
function ui_select_pager($pager = false, $slot = 'widgets.ui.pager')
{
    if ($pager !== false) {
        slot($slot);
        $view = new coreView(coreContext::getInstance());
        $view->getParameterHolder()->add(array('pager' => $pager));
        $view->setTemplate(dirname(__FILE__) . '/templates/ui_select_pager.php');
        echo $view->render();
        end_slot();
    }
    return get_slot($slot);
}
예제 #2
0
}
?>
</th>
<?php 
end_slot();
include_slot('sf_admin.current_header');
slot('sf_admin.current_header');
?>
<th class="sf_admin_date sf_admin_list_th_updated_at">
  <?php 
if ('updated_at' == $sort[0]) {
    ?>
    <?php 
    echo link_to(__('Updated at', array(), 'messages'), '@fields', array('query_string' => 'sort=updated_at&sort_type=' . ($sort[1] == 'asc' ? 'desc' : 'asc')));
    ?>
    <?php 
    echo image_tag(sfConfig::get('sf_admin_module_web_dir') . '/images/' . $sort[1] . '.png', array('alt' => __($sort[1], array(), 'sf_admin'), 'title' => __($sort[1], array(), 'sf_admin')));
    ?>
  <?php 
} else {
    ?>
    <?php 
    echo link_to(__('Updated at', array(), 'messages'), '@fields', array('query_string' => 'sort=updated_at&sort_type=asc'));
    ?>
  <?php 
}
?>
</th>
<?php 
end_slot();
include_slot('sf_admin.current_header');
예제 #3
0
<?php slot('sidebar') ?>
  <?php include_partial('dsRegistration/sidebar') ?>  
<?php end_slot() ?>


<?php use_helper('Date', 'I18N') ?>
  <?php include_partial('global/flashes') ?>  
    
  <h2><?php echo __('Registrations / Inbox', array(), 'messages') ?></h2>


  <div class="form-container">
    <?php include_partial('dsRegistration/list', array('pager' => $pager, 'helper' => $helper)) ?>
    <div class="actions">


    </div>
  </div>
예제 #4
0
<?php slot('sidebar') ?>
     <?php include_partial('email/sidenav', array('active' => 'template')) ?>
<?php end_slot(); ?>


<?php include_partial('email/title', array('heading' => 'Neue Vorlage', 'title' => 'Vorlagen / Neu..' )) ?>


  <div>
    <?php include_partial('emailTemplate/form', array('ds_email_notification_template' => $ds_email_notification_template, 'form' => $form, 'helper' => $helper)) ?>
  </div>
예제 #5
0
<?php

use_helper('I18N');
use_helper('jQuery');
use_helper('Number');
use_helper('Date');
use_helper('VoFormat');
?>

<?php 
slot('menu');
?>
	<?php 
include_partial('global/menu', array('tab' => 'pro'));
end_slot('menu');
?>

<?php 
include_partial('sfReviewFront/dialog');
?>

<script type="text/javascript">    
  $(document).ready(function(){
    $('.login-required_np').click(function(){
      <?php 
if (!$sf_user->isAuthenticated()) {
    ?>
        //$("#sfr_dialog_form_ub").val("propuesta/new");
        //$("#sfr_dialog").dialog('open');
        ejem('<?php 
    echo url_for('sfGuardAuth/signin');
예제 #6
0
?>
"><?php 
echo __('Voota en Twitter');
?>
</a></li>
      <li class="facebook"><a href="<?php 
echo __('http://www.facebook.com/Voota');
?>
"><?php 
echo __('Voota en Facebook');
?>
</a></li>
    </ul>
  </div>
<?php 
end_slot('logged');
?>

<div class="block" id="summary">
  <div class="block-inner">

      <ul>
        <li><h2><?php 
echo __('Lo que se dice sobre los políticos, partidos y propuestas políticas en España (ya llevamos %1% opiniones).', array('%1%' => format_number(SfVoCounter::countReviews(), 'es_ES')));
?>
</h2></li>
        <li><h2><?php 
echo __('¿Y tu qué piensas?');
?>
        <a href="<?php 
echo url_for('politico/ranking');
예제 #7
0
파일: layout.php 프로젝트: voota/voota
      	<?php 
echo link_to('Español', changeCulture('es'), array('class' => "enlacesPie"));
?>
      <?php 
end_slot('langLink_ca');
?>

      <?php 
slot('langLink_es');
?>
      	<?php 
echo link_to('Català', changeCulture('ca'), array('class' => "enlacesPie"));
?>
      	Español
      <?php 
end_slot('langLink_es');
?>

      <?php 
include_slot("langLink_" . $sf_user->getCulture('es'));
?>
    </p>

  </div><!-- FIN FOOTER -->

  <script type="text/javascript">
    $(document).ready(function(){ 
			$('input[title!=""], textarea[title!=""]').hint();
		});
		$(document).bind('resize scroll', function(){
		  $('.qtip').hide();
예제 #8
0
slot('page_keywords');
echo $article->getCategory()->getPageKeywords();
end_slot('page_keywords');
?>

<?php 
slot('page_description');
echo $article->getCategory()->getPageDescription();
end_slot('page_description');
?>

<?php 
slot('title_page');
echo $article->getCategory()->getNameEn() . ' - ' . $article->getCategory()->getNameRu();
end_slot('title_page');
if (!$sf_user->isAuthenticated()) {
    slot('menu_part_1', '<td class="act_noreg"><a href="' . url_for('articles_category', $article->getCategory()) . '"><p>Parts - Разделы</p></a></td>');
}
$adsense = <<<EOD
EOD;
?>

<div id="close">
    <?php 
if ($back_url != '') {
    ?>
    <a href="<?php 
    echo $back_url;
    ?>
"><p><img src="/images/close_v.png" alt=""></p></a>
예제 #9
0
<?php use_helper('I18N') ?>

<?php slot('title') ?>Passwort geändert.<?php end_slot() ?>

<p>
<?php echo __("Your password has been successfully reset.<br>You are now logged
in to this site.<br>In the future, be sure to log in with your new password.", array(), 'sfForkedApply') ?>
</p>
<?php include_partial('sfApply/continue') ?>
include_partial('sfSimpleBlogPostAdmin/list_header', array('pager' => $pager));
include_partial('sfSimpleBlogPostAdmin/list_messages', array('pager' => $pager));
?>
</div>

<?php 
echo slot('sfSimpleBlog_sidebar');
include_partial('sfSimpleBlog/administration');
?>
<div id="sf_admin_bar">
<?php 
include_partial('filters', array('filters' => $filters));
?>
</div>
<?php 
echo end_slot();
?>

<div id="sf_admin_content">
<?php 
if (!$pager->getNbResults()) {
    echo __('no result');
} else {
    include_partial('sfSimpleBlogPostAdmin/list', array('pager' => $pager));
}
include_partial('list_actions');
?>
</div>

<div id="sf_admin_footer">
<?php 
예제 #11
0
<?php

slot('page_keywords');
echo Setting::getValueByName('indexKeywords');
end_slot('page_keywords');
?>

<?php 
slot('page_description');
echo Setting::getValueByName('indexDescription');
end_slot('page_description');
예제 #12
0
<?php use_helper('I18N') ?>
<?php use_stylesheets_for_form( $form ) ?>
<?php slot('sf_apply_login') ?>
<?php end_slot() ?>

<?php slot('title') ?>Passwort zurücksetzen<?php end_slot() ?>

<p>
<?php echo __('You may change your password using the form below.', array(), 'sfForkedApply') ?>
</p>

<form class="form-horizontal" method="post" action="<?php echo url_for("sfApply/reset") ?>" name="sf_apply_reset_form" id="sf_apply_reset_form">
<fieldset>

<?php echo $form ?>

<div class="form-actions">
<input class="btn btn-primary" type="submit" value="<?php echo __("Reset My Password", array(), 'sfForkedApply') ?>">
<?php echo link_to(__('Cancel'), 'sfApply/resetCancel', array('class'=>'btn')) ?>
</div>
</fieldset>
</form>