PHP Classes

File: WIAdmin/WIModule/modules/book_type_select.php

Recommend this page to a friend!
  Classes of Jules Warner   WICMS   WIAdmin/WIModule/modules/book_type_select.php   Download  
File: WIAdmin/WIModule/modules/book_type_select.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: WICMS
Database driven content management system with PDO
Author: By
Last change:
Date: 6 years ago
Size: 384 bytes
 

Contents

Class file image Download
<select name="type" id="type">
    <option value="0" label="select a type ... " selected="selected">Select a type ... </option>
      <option value="EB" label="Ebook">Ebook</option>
    <option value="PB" label="PaperBack">PaperBack</option>
    <option value="SPB" label="Signed PaperBack">Signed PaperBack</option>
    <option value="HC" label="Hardcopy">Hardcopy</option>
</select>