|
Revision 2052, 1.2 kB
(checked in by fumiakiy, 19 months ago)
|
|
Integrated Widget Manager to the core. BugId:68750
Now a widgetset is another type of template. The widgets contained in a widgetset is stored in a meta field.
|
-
Property svn:keywords set to
Id Date Author Revision
|
| Line | |
|---|
| 1 | <div class="widget-technorati widget"> |
|---|
| 2 | <h3 class="widget-header"><__trans phrase="Technorati"></h3> |
|---|
| 3 | <div class="widget-content"> |
|---|
| 4 | <div id="technorati"> |
|---|
| 5 | <form id="ts_s" method="post" action="http://technorati.com/search.php"> |
|---|
| 6 | <fieldset> |
|---|
| 7 | <legend><__trans phrase="<a href='http://www.technorati.com/'>Technorati</a> search"></legend> |
|---|
| 8 | <input type="hidden" name="sub" value="searchlet" /> |
|---|
| 9 | <input type="text" id="ts_search" name="s" size="12" maxlength="255" value="" /><br /> |
|---|
| 10 | <input type="radio" checked="checked" name="from" id="ts_yb" value="<$mt:BlogURL$>" /> |
|---|
| 11 | <label for="ts_yb" title="<$mt:BlogName$>"><__trans phrase="this blog"></label> |
|---|
| 12 | <input type="radio" name="from" id="ts_www" value="" /> <label for="ts_www"><__trans phrase="all blogs"></label> |
|---|
| 13 | <input type="submit" class="btn" value="<__trans phrase="Search">" /> |
|---|
| 14 | </fieldset> |
|---|
| 15 | </form> |
|---|
| 16 | <p id="ts_l" class="ts_l"><a href="http://technorati.com/search/<$mt:BlogURL$>" id="ts_lh">» <__trans phrase="Blogs that link here"></a></p> |
|---|
| 17 | </div> |
|---|
| 18 | </div> |
|---|
| 19 | </div> |
|---|