예제 #1
0
파일: index.php 프로젝트: mzovadia/tch
  <form id="js-sg-nav" action=""  method="post" class="sg-nav">
    <select id="js-sg-section-switcher" class="sg-section-switcher" name="sg_section_switcher">
        <option value="">Jump To Section:</option>
        <optgroup label="Intro">
          <option value="#sg-about">About</option>
          <option value="#sg-colors">Colors</option>
          <option value="#sg-fontStacks">Font-Stacks</option>
        </optgroup>
        <optgroup label="Base Styles">
          <?php 
listMarkupAsOptions('base');
?>
        </optgroup>
        <optgroup label="Pattern Styles">
          <?php 
listMarkupAsOptions('patterns');
?>
        </optgroup>
    </select>
    <input type="hidden" name="sg_uri" value="<?php 
echo $_SERVER["SERVER_NAME"] . $_SERVER["REQUEST_URI"];
?>
">
    <button type="submit" class="sg-submit-btn">Go</button>
  </form><!--/.sg-nav-->
</div><!--/.sg-header-->

<div class="sg-body sg-container">
  <div class="sg-info">               
    <!-- <div class="sg-about sg-section">
      <h2 class="sg-h2"><a id="sg-about" class="sg-anchor">About</a></h2>
예제 #2
0
파일: index.php 프로젝트: proudcity/pattern
listMarkupAsOptions('base');
?>
      <li role="presentation" class="divider"></li>
      <li role="presentation" class="dropdown-header">Patterns</li>
      <?php 
listMarkupAsOptions('patterns');
?>
      <li role="presentation" class="divider"></li>
      <li role="presentation" class="dropdown-header">Content</li>
      <?php 
listMarkupAsOptions('content');
?>
      <li role="presentation" class="divider"></li>
      <li role="presentation" class="dropdown-header">Full Layouts</li>
      <?php 
listMarkupAsOptions('layouts', TRUE);
?>
    </ul>
  </div>

  <!-- Fixed navbar -->
  <div class="navbar navbar-default navbar-fixed-top navbar-patternlibrary" role="navigation">
    <div class="navbar-form pull-right">
      <button type="button" class="btn btn-primary" data-toggle="offcanvas"><i class="fa fa-bars"></i></button>
    </div>
    <div class="navbar-header">
      <a class="navbar-brand" href=""><img class="logo" src="/images/logo-white.png" alt="Home" style="height: 30px;"></a>
      <a class="navbar-brand pattern-text" href="">Pattern Library</a>
    </div>
  </div>
  <!--/.sg-header-->
예제 #3
0
  <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.1.1/gh-fork-ribbon.ie.min.css" />
<![endif]-->
</head>
<body>

<div id="top" class="sg-header sg-container">
  <h1 class="sg-logo">Breaking <span>Ipsum</span></h1>
  <form id="js-sg-nav" action=""  method="post" class="sg-nav">
    <select id="js-sg-section-switcher" class="sg-section-switcher" name="sg_section_switcher">
        <option value="">Jump To Character:</option>
        <optgroup label="Intro">
          <option value="#sg-about">About</option>
        </optgroup>
        <optgroup label="Characters (alphabetically)">
          <?php 
listMarkupAsOptions('cast');
?>
        </optgroup>
    </select>
    <input type="hidden" name="sg_uri" value="<?php 
echo $_SERVER["SERVER_NAME"] . $_SERVER["REQUEST_URI"];
?>
">
    <button type="submit" class="sg-submit-btn">Go</button>
  </form><!--/.sg-nav-->
</div><!--/.sg-header-->

<div class="sg-body sg-container">
  <div class="sg-info">
    <div class="sg-about sg-section">
      <h1 class="sg-h1"><a id="sg-about" class="sg-anchor">About</a></h1>
예제 #4
0
파일: index.php 프로젝트: jeryj/osteo
<body>

<header id="top" class="sg-header">
  <div class="sg-container">
    <h1 class="sg-logo white">CIS Style Guide</h1>
    <form id="js-sg-nav" action=""  method="post" class="sg-nav">
      <select id="js-sg-section-switcher" class="sg-section-switcher" name="sg_section_switcher">
          <option value="">Jump To Section:</option>
          <optgroup label="Intro">
            <option value="#sg-about">About</option>
            <option value="#sg-colors">Colors</option>
            <option value="#sg-fontStacks">Font-Stacks</option>
          </optgroup>
          <optgroup label="Base HTML">
            <?php 
listMarkupAsOptions('base');
?>
          </optgroup>
          <?php 
/* <optgroup label="Patterns">
     <?php listMarkupAsOptions('patterns'); ?>
   </optgroup> */
?>
      </select>
      <input type="hidden" name="sg_uri" value="<?php 
echo $_SERVER["SERVER_NAME"] . $_SERVER["REQUEST_URI"];
?>
">
      <button type="submit" class="sg-submit-btn">Go</button>
    </form><!--/.sg-nav-->
  </div>