Blog Search Component Generated HTML: Difference between revisions


(New page: ====Blog Search component dynamically generated html:==== <source lang="html4strict"> <div class="component blog_search_component"> <h2><span>blog search component title</span></h2> <d...)
 
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
====Blog Search component dynamically generated html:====
====Blog Search component dynamically generated html:====
<br>
<source lang="html4strict">
<source lang="html4strict">


Line 21: Line 23:


</source>
</source>
When a user adds a Blog Search component to their Viviti 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.