Esempio n. 1
0
           <button type="button" data-toggle="modal" data-target="#altTitleModal" class="btn-default">?</button>
           
           <div id="altTitleModal" class="modal fade" role="dialog">
           <div class="modal-dialog modal-lg">
             <div class="modal-content">
               <div class="modal-header">
                 <button type="button" class="close" data-dismiss="modal">x</button>
                 <h4 class="modal-title">Alternative Title</h4>
                 <p><samp>Alternative title</samp> is an optional field that can be used for common, "pet" names of a text or manuscript.</p>
               </div>
               <div class="modal-body">
                 <div class="col-xs-12 center-block">
           <p>Examples:</p>
           <ul class="list-unstyled form-item-example">
             <?php 
 printExamples(array("\"The Florence Codex\"", "\"X\"", "\"Concordia Discordantium Canonum\""));
 ?>
           </ul>
               </div>
               </div>
               <div class="modal-footer">
                 <button type="button" class="btn btn-warning" data-dismiss="modal">Close</button>
               </div>
             </div>
           </div>
         </div>
           
         </div>
       </section>
       
       
Esempio n. 2
0
                  <div class="radio">
                    <label><input type="radio" name="ocr" value="false">No</label>
                  </div>
                </div>
              </div>
            </div>
          </section>

          <legend>Notes <small>(optional)</small></legend>
          <section class="form-group">
            <div class="col-xs-8">
              <p><samp>Notes</samp> is an optional, free-form field for recording information about the item that the contributor deems important.</p>
              <p>Examples:</p>
              <ul class="list-unstyled form-item-example">
                <?php 
    printExamples(array("This set of images is missing fol. 54v, 55r, and 74r.", "Images of the manuscript from which this transcription was made are available at http://reader.digitale-sammlungen.de/de/fs1/object/display/bsb10181604_00005.html", "There is another edition of this text at http://ancientrome.ru/ius/library/gaius/gai.htm", "This edition retains the orthography of the medieval manuscript."));
    ?>
              </ul>

              <div class="form-group">
                <label for="notes" class="control-label col-xs-2">Notes</label>
                <div class="col-xs-10">
                  <textarea class="form-control" name="notes" id="notes" rows="4"></textarea>
                </div>
              </div>
            </div>
            <div class="col-xs-4">
              <label for="noteComments" class="control-label col-xs-3">Comments:</label>
              <div class="col-xs-12">
                <textarea class="form-control" name="comments-notes" id="noteComments" rows="4"></textarea>
              </div>