Changeset 1117 for plugins/apostropheBlogPlugin/trunk/modules/aEvent/templates/_twoColumnTemplate.php
- Timestamp:
- 04/30/10 18:00:13 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
plugins/apostropheBlogPlugin/trunk/modules/aEvent/templates/_twoColumnTemplate.php
r880 r1117 1 <div style="float:left;width:500px;padding-right:10px"> 2 <?php a_area('body', array( 1 <?php a_area('blog-body', array( 3 2 'editable' => false, 'toolbar' => 'basic', 'slug' => 'aBlog-'.$a_event['id'], 4 'allowed_types' => array('aRichText', 'a Image', 'aButton', 'aSlideshow', 'aVideo'),3 'allowed_types' => array('aRichText', 'aSlideshow', 'aVideo', 'aPDF'), 5 4 'type_options' => array( 6 5 'aRichText' => array('tool' => 'Main'), 7 'aImage' => array('width' => 500, 'flexHeight' => true, 'resizeType' => 's'), 8 'aButton' => array('width' => 500, 'flexHeight' => true, 'resizeType' => 's'), 9 'aSlideshow' => array("width" => 500, "flexHeight" => true, 'resizeType' => 's', ) 10 )) 11 ) ?> 12 </div> 6 'aSlideshow' => array("width" => 480, "flexHeight" => true, 'resizeType' => 's', 'constraints' => array('minimum-width' => 480)), 7 'aVideo' => array('width' => 480), 8 'aPDF' => array('width' => 480, 'flexHeight' => true, 'resizeType' => 's'), 9 ))) ?> 13 10 14 <div style="float:left;width:200px;"> 15 <?php a_area('sidebar', array( 11 <?php a_area('blog-sidebar', array( 16 12 'editable' => false, 'toolbar' => 'basic', 'slug' => 'aBlog-'.$a_event['id'], 17 'allowed_types' => array('aRichText', 'a Image', 'aButton', 'aSlideshow', 'aVideo'),13 'allowed_types' => array('aRichText', 'aSlideshow', 'aVideo', 'aPDF'), 18 14 'type_options' => array( 19 15 'aRichText' => array('tool' => 'Main'), 20 'aImage' => array('width' => 200, 'flexHeight' => true, 'resizeType' => 's'), 21 'aButton' => array('width' => 200, 'flexHeight' => true, 'resizeType' => 's'), 22 'aSlideshow' => array("width" => 200, "flexHeight" => true, 'resizeType' => 's', ) 23 )) 24 ) ?> 25 </div> 16 'aSlideshow' => array("width" => 180, "flexHeight" => true, 'resizeType' => 's', 'constraints' => array('minimum-width' => 180)), 17 'aVideo' => array('width' => 180), 18 'aPDF' => array('width' => 180, 'flexHeight' => true, 'resizeType' => 's'), 19 ))) ?>

