Campustream 1.0
A social network MQP for WPI
www/js/osimoeditor/themes/default/template.php
Go to the documentation of this file.
00001 <div class="osimo-editor-wrap">
00002         <div class="osimo-editor-controls-wrap">
00003                 <div class="osimo-editor-controls-content">
00004                         <img src="<?=THEMEPATH?>img/text_bold.png" class="osimo-editor-button osimo-editor-text-bold" alt="text-bold" title="Bold" />
00005                         <img src="<?=THEMEPATH?>img/text_italic.png" class="osimo-editor-button osimo-editor-text-italic" alt="text-italic" title="Italic" />
00006                         <img src="<?=THEMEPATH?>img/text_underline.png" class="osimo-editor-button osimo-editor-text-underline" alt="text-underline" title="Underline" />
00007                         
00008                         <img src="<?=THEMEPATH?>img/divider.png" class="osimo-editor-divider" />
00009                         
00010                         <img src="<?=THEMEPATH?>img/text_align_left.png" class="osimo-editor-button osimo-editor-align-left" alt="text_align_left" title="Align Left" />
00011                         <img src="<?=THEMEPATH?>img/text_align_center.png" class="osimo-editor-button osimo-editor-align-center" alt="text_align_center" title="Align Center" />
00012                         <img src="<?=THEMEPATH?>img/text_align_right.png" class="osimo-editor-button osimo-editor-align-right" alt="text_align_right" title="Align Right" />
00013                         
00014                         <img src="<?=THEMEPATH?>img/divider.png" class="osimo-editor-divider" />
00015                         
00016                         <img src="<?=THEMEPATH?>img/text_list_bullets.png" class="osimo-editor-button osimo-editor-bullet-list" alt="text-list-bullets" title="Bulleted List"/>
00017                         <img src="<?=THEMEPATH?>img/book_previous.png" class="osimo-editor-button osimo-editor-quote-user" alt="quote-user" title="Quote User" />
00018                         <img src="<?=THEMEPATH?>img/image_add.png" class="osimo-editor-button osimo-editor-image-add" alt="image-add" title="Add an Image" />
00019                         <img src="<?=THEMEPATH?>img/link_add.png" class="osimo-editor-button osimo-editor-link-add" alt="link-add" title="Add a Link" />
00020                         <img src="<?=THEMEPATH?>img/email_add.png" class="osimo-editor-button osimo-editor-email-add" alt="email-add" title="Link to Email Addr" />
00021                         <img src="<?=THEMEPATH?>img/layout_delete.png" class="osimo-editor-button osimo-editor-no-code" alt="image-no-code" title="[nocode] Tag" />
00022                         
00023                         <img src="<?=THEMEPATH?>/img/divider.png" class="osimo-editor-divider" />
00024                         
00025                         <img src="<?=THEMEPATH?>img/zoom_in.png" class="osimo-editor-button osimo-editor-zoom-in" alt="image-zoom-in" title="Zoom In" />
00026                         <img src="<?=THEMEPATH?>img/zoom_out.png" class="osimo-editor-button osimo-editor-zoom-out" alt="image-zoom-out" title="Zoom Out" />
00027                 </div>
00028                 <div class="osimo-editor-controls-content">
00029                         <select class="osimo-editor-menu osimo-editor-font-family">
00030                                 <?=getFontSelectorItems()?>
00031                         </select>
00032                         
00033                         <img src="<?=THEMEPATH?>img/divider.png" class="osimo-editor-divider" />
00034                         
00035                         <select class="osimo-editor-menu osimo-editor-font-size">
00036                                 <?=getFontSizeItems()?>
00037                         </select>
00038                         
00039                         <img src="<?=THEMEPATH?>img/divider.png" class="osimo-editor-divider" />
00040                         
00041                         <select class="osimo-editor-menu osimo-editor-font-color">
00042                                 <?=getColorPickerItems()?>
00043                         </select>
00044                 </div>
00045         </div>
00046         <div class="osimo-editor-textarea-wrap">
00047                 {*osimo_editor*}
00048         </div>
00049 </div>