~quam-plures-core/quam-plures/qp5_colls-blogs_chaps-cats

« back to all changes in this revision

Viewing changes to qp_inc/collections/views/_coll_sel_type.view.php

  • Committer: EdB
  • Date: 2013-03-12 06:26:03 UTC
  • Revision ID: 1912webworks@gmail.com-20130312062603-tnlb5zco5mglydqj
lots of changes in this branch. tested and functional, but not going into merge just yet ...

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?php
2
 
/**
3
 
 * This file implements the UI view for the General blog properties.
4
 
 *
5
 
 * Quam Plures - {@link http://quamplures.net/}
6
 
 * Released under GNU GPL License - {@link http://quamplures.net/license.html}
7
 
 * @copyright (c) 2009 - 2011 by the Quam Plures developers - {@link http://quamplures.net/}
8
 
 * @copyright (c)2003-2009 by Francois PLANQUE - {@link http://fplanque.net/}
9
 
 *
10
 
 * {@internal Open Source relicensing agreement:
11
 
 * }}
12
 
 *
13
 
 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
14
 
 * @author fplanque: Francois PLANQUE.
15
 
 *
16
 
 * @package collections
17
 
 */
18
 
if( !defined('QP_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
19
 
 
20
 
echo '<h2>'.T_('What kind of blog would you like to create?').'</h2>';
21
 
 
22
 
echo '<table class="coll_kind">';
23
 
 
24
 
        echo '<tr>';
25
 
                echo '<td class="coll_kind"><h3><a href="?ctrl=collections&amp;action=new-seltemplate&amp;kind=std">'.T_('Standard').' &raquo;</a></h3></td>';
26
 
                echo '<td>'.T_('A standard blog with the most common features.').'<td>';
27
 
        echo '</tr>';
28
 
 
29
 
        echo '<tr>';
30
 
                echo '<td class="coll_kind"><h3><a href="?ctrl=collections&amp;action=new-seltemplate&amp;kind=photo">'.T_('Photoblog').' &raquo;</a></h3></td>';
31
 
                echo '<td>'.T_('A blog optimized to publishing photos.').'<td>';
32
 
        echo '</tr>';
33
 
 
34
 
        echo '<tr>';
35
 
                echo '<td class="coll_kind"><h3><a href="?ctrl=collections&amp;action=new-seltemplate&amp;kind=group">'.T_('Group blog').' &raquo;</a></h3></td>';
36
 
                echo '<td>'.T_('A blog optimized for team/collaborative editing. Posts can be assigned to different reviewers before being published. Look for the workflow properties at the bottom of the post editing form.').'<td>';
37
 
        echo '</tr>';
38
 
 
39
 
echo '</table>';
40
 
 
41
 
echo '<p>'.T_('Your selection here will pre-configure your blog in order to optimize it for a particular use. Nothing is final though. You can change all the settings at any time and any kind of blog can be transformed into any other at any time.').'</p>';
42
 
 
43
 
 
44
 
?>
 
 
b'\\ No newline at end of file'