Blog Search Component Generated HTML: Difference between revisions


No edit summary
 
Line 25: Line 25:




When a user adds a [[BlogSearchComponent | Blog Search component]] to their builder site, this is the html that is dynamically generated.
When a user adds a [[BlogSearchComponent | Blog Search component]] to their site, this is the html that is dynamically generated.


[[Category:Dynamically Generated HTML]]
[[Category:Dynamically Generated HTML]]

Latest revision as of 10:19, 12 October 2010

Blog Search component dynamically generated html:


<div class="component blog_search_component">
 <h2><span>blog search component title</span></h2>
  <div class="component_content">
    <div class="search_wrapper">
      <form method="get" action="/entries">
    <div>
    <div class="input_wrapper">
      <input id="blog_search" type="text" name="query"/>
    </div>
   <div class="submit_wrapper">
      <input type="submit" value="Search" name="commit"/>
   </div>
    </div>
      </form>
    </div>  
  </div>
</div>


When a user adds a Blog Search component to their site, this is the html that is dynamically generated.