[ Index ]

PHP Cross Reference of GlotPress

title

Body

[close]

/gp-templates/ -> project-new.php (source)

   1  <?php
   2  gp_title( __( 'Create New Project &lt; GlotPress' ) );
   3  gp_breadcrumb( array(
   4      __('Create New Project'),
   5  ) );
   6  gp_tmpl_header();
   7  ?>
   8  <h2><?php _e( 'Create New Project' ); ?></h2>
   9  <form action="" method="post">
  10  <?php gp_tmpl_load( 'project-form', get_defined_vars()); ?>
  11      <p>
  12          <input type="submit" name="submit" value="<?php echo esc_attr( __('Create') ); ?>" id="submit" />
  13          <span class="or-cancel">or <a href="javascript:history.back();">Cancel</a></span>
  14      </p>
  15  </form>
  16  <?php gp_tmpl_footer();


Generated: Thu May 24 03:59:35 2012 Hosted by follow the white rabbit.