Package buildbot :: Package status :: Package web :: Module console_html
[frames] | no frames]

Module console_html

source code

Variables
  top_header = Template(...
  top_info_name = Template(...
  top_info_categories = Template(...
  top_info_branch = Template(...
  top_info_name_end = Template(...
  top_legend = Template(...
  top_personalize = Template(...
  top_footer = Template(...
  main_header = Template(...
  main_line_category_header = Template(...
  main_line_category_name = Template(...
  main_line_category_footer = Template(...
  main_line_info = Template(...
  main_line_slave_header = Template(...
  main_line_slave_section = Template(...
  main_line_slave_status = Template(...
  main_line_slave_footer = Template(...
  main_line_status_header = Template(...
  main_line_status_section = Template(...
  main_line_status_box = Template(...
  main_line_status_footer = Template(...
  main_line_details = Template(...
  main_line_comments = Template(...
  main_footer = Template(...
  bottom = Template(...
  __package__ = 'buildbot.status.web'
Variables Details

top_header

Value:
Template('''
<div align="center">
  <table width=95% class="Grid" border="0" cellspacing="0">
''')

top_info_name

Value:
Template('''
    <tr>
      <td width=33% align=left class=left_align><a href="$projectUrl">\
$projectName</a>
''')

top_info_categories

Value:
Template('''
        <br><b>Categories:</b> $categories
''')

top_info_branch

Value:
Template('''
        <br /><b>Branch:</b> $branch
''')

top_info_name_end

Value:
Template('''
      </td>
''')

top_legend

Value:
Template('''
<td width=33% align=center class=center_align>
  <div align="center">
    <table>
      <tr>
        <td>Legend:&nbsp;&nbsp;</td>
        <td><div class='legend success' title='All tests passed'>Passe\
d</div></td>
...

top_personalize

Value:
Template('''
<td width=33% align=right class=right_align>
  <script>
    function reload_page() {
      name_value = document.getElementById('namebox').value
      if (document.location.href.lastIndexOf('?') == -1)
        document.location.href = document.location.href+ '?name=' + na\
me_value;
...

top_footer

Value:
Template('''
    </tr>
  </table>
</div>
''')

main_header

Value:
Template('''
<br>
<div align="center">
  <table width=96%>
''')

main_line_category_header

Value:
Template('''
    <tr>
      <td width="1%">
      </td>
      <td width="1%">
      </td>
''')

main_line_category_name

Value:
Template('''
      <td class='DevStatus $alt $first $last' width=$size%>
      $category
      </td>
''')

main_line_category_footer

Value:
Template('''
    </tr>
    <tr class='DevStatusSpacing'>
    </tr>
''')

main_line_info

Value:
Template('''
    <tr>
      <td class='DevRev $alt' width="1%">
        $revision_link
      </td>
      <td class='DevName $alt' width="1%">
        $who
      </td>
...

main_line_slave_header

Value:
Template('''
    <tr>
      <td width="1%">
      </td>
      <td width="1%">
      </td>
      <td class='DevSlave $alt'>
        <table width="100%">
...

main_line_slave_section

Value:
Template('''
          </tr>
        </table>
      </td>
      <td class='DevSlave $alt'>
        <table width="100%">
          <tr>
''')

main_line_slave_status

Value:
Template('''
            <td class='DevSlaveBox'>
              <a href='$url' title='$title' class='DevSlaveBox $color'\
 target=_blank>
              </a>
            </td>
''')

main_line_slave_footer

Value:
Template('''
           </tr>
        </table>
      </td>
    </tr>
''')

main_line_status_header

Value:
Template('''
      <td class='DevStatus $alt $last'>
        <table width="100%">
          <tr>
''')

main_line_status_section

Value:
Template('''
          </tr>
        </table>
      </td>
      <td class='DevStatus $alt $last'>
        <table width="100%">
          <tr>
''')

main_line_status_box

Value:
Template('''
            <td class='DevStatusBox'>
              <a href='#' onClick='showBuildBox("$url", event); return\
 false;' title='$title' class='DevStatusBox $color $tag' target=_blank\
></a>
            </td>
''')

main_line_status_footer

Value:
Template('''
           </tr>
        </table>
      </td>
    </tr>
''')

main_line_details

Value:
Template('''
    <tr>
      <td colspan=$span class='DevDetails $alt'>
        <ul style='margin: 0px; padding: 1em;'>
          $details
        </ul>
      </td>
    </tr>
...

main_line_comments

Value:
Template('''
    <tr>
      <td colspan=$span class='DevComment $alt'> $comments </td>
    </tr>
    <tr class='DevStatusSpacing'>
      <td>
      </td>
    </tr>
...

main_footer

Value:
Template('''
  </table>
</div>
''')

bottom

Value:
Template('''
<hr />

<div class="footer">
  [ <a href="$welcomeUrl">welcome</a> ] 
  <br />
  <a href="http://buildbot.sourceforge.net/">Buildbot - $version</a> w\
orking for the <a href="$projectUrl"> $projectName </a> project.
...