CGI-Application-Plugin-HTMLPrototype

 view release on metacpan or  search on metacpan

examples/PodViewer.pm  view on Meta::CPAN

      margin-top:10px;
      padding:0;
      list-style-type: none;
      width:250px;
  }
  #list li {
      margin:0;
      margin-bottom:4px;
      padding:5px;
      border:1px solid #888;
      cursor:move;
  }
</style>
</head>
<body>

<div id="content">
<h3>CGI::Application::Plugin::HTMLPrototype - PodViewer Example</h3>

<p>Code:  <a href="podviewer.cgi?rm=view_source">PodViewer source</a>

examples/SortableList.pm  view on Meta::CPAN

__DATA__
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
  <title>CGI::Application::Plugin::HTMLPrototype - SortableList Example</title>
  <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  [% c.prototype.define_javascript_functions %]
  <style>
    .listitem {
        cursor: move;
    }
  </style>
</head>
<body>

<h3>CGI::Application::Plugin::HTMLPrototype - SortableList Example</h3>

<p>Code:  <a href="sortablelist.cgi?rm=view_source">SortableList source</a>

<h4>Sortable lists</h4>



( run in 1.204 second using v1.01-cache-2.11-cpan-cdf2f3d4e48 )