App-Standby

 view release on metacpan or  search on metacpan

MANIFEST  view on Meta::CPAN

lib/App/Standby/Frontend.pm
lib/App/Standby/Group.pm
lib/App/Standby/Service.pm
lib/App/Standby/Service/HTTP.pm
lib/App/Standby/Service/MS.pm
lib/App/Standby/Service/Pingdom.pm
share/res/css/bootstrap-responsive.css
share/res/css/bootstrap-responsive.min.css
share/res/css/bootstrap.css
share/res/css/bootstrap.min.css
share/res/img/glyphicons-halflings-white.png
share/res/img/glyphicons-halflings.png
share/res/js/bootstrap.js
share/res/js/bootstrap.min.js
share/res/js/jquery-2.0.1.min.js
share/tpl/add_config.tpl
share/tpl/add_config_contacts.tpl
share/tpl/add_contact.tpl
share/tpl/add_group.tpl
share/tpl/add_service.tpl
share/tpl/delete_config_ask.tpl
share/tpl/delete_config_contacts_ask.tpl

share/res/css/bootstrap.css  view on Meta::CPAN


[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}

/* White icons with optional class, or on hover/focus/active states of certain elements */

.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],

share/res/css/bootstrap.css  view on Meta::CPAN

.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
  background-image: url("../img/glyphicons-halflings-white.png");
}

.icon-glass {
  background-position: 0      0;
}

.icon-music {
  background-position: -24px 0;
}

share/res/css/bootstrap.min.css  view on Meta::CPAN

/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;line-height:0;content:""}.clearfix:after{clear:both}.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.input-block-level{display:block;wi...

share/tpl/add_config.tpl  view on Meta::CPAN

	    
	    <label for="group_key">
		[% "Group password" | l10n %]:
		<span class="small"></span>
	    </label>
	    <input type="text" name="group_key" value="" />
	    
	    <div class="spacer"></div>
	    
	    <button class="button" type="submit" name="submit">
		<img src="/icons/fffsilk/add.png" border="0" />
		[% "Add Config Item" | l10n %]
	    </button>
	</form>
    </div>
</div>

[% INCLUDE includes/footer.tpl %]

share/tpl/add_config_contacts.tpl  view on Meta::CPAN

	    
	    <label for="group_key">
		[% "Group password" | l10n %]:
		<span class="small"></span>
	    </label>
	    <input type="text" name="group_key" value="" />
	    
	    <div class="spacer"></div>
	    
	    <button class="button" type="submit" name="submit">
		<img src="/icons/fffsilk/add.png" border="0" />
		[% "Add Config Item" | l10n %]
	    </button>
	</form>
    </div>
</div>

[% INCLUDE includes/footer.tpl %]

share/tpl/add_contact.tpl  view on Meta::CPAN

	    
	    <label for="group_key">
		[% "Group Key" | l10n %]:
		<span class="small"></span>
	    </label>
	    <input type="text" name="group_key" value="" />
	    
	    <div class="spacer"></div>
	    
	    <button class="button" type="submit" name="submit">
		<img src="/icons/fffsilk/add.png" border="0" />
		[% "Add Contact" | l10n %]
	    </button>
	</form>
    </div>
</div>

[% INCLUDE includes/footer.tpl %]

share/tpl/add_group.tpl  view on Meta::CPAN

	    
	    <label for="key">
		[% "Group Password" | l10n %]:
		<span class="small"></span>
	    </label>
	    <input type="text" name="key" value="" />
	    
	    <div class="spacer"></div>
	    
	    <button class="button" type="submit" name="submit">
		<img src="/icons/fffsilk/add.png" border="0" />
		[% "Add Group" | l10n %]
	    </button>
	</form>
    </div>
</div>

[% INCLUDE includes/footer.tpl %]

share/tpl/add_service.tpl  view on Meta::CPAN

	    
	    <label for="group_key">
		[% "Group Password" | l10n %]:
		<span class="small"></span>
	    </label>
	    <input type="text" name="group_key" value="" />
	    
	    <div class="spacer"></div>
	    
	    <button class="button" type="submit" name="submit">
		<img src="/icons/fffsilk/add.png" border="0" />
		[% "Add Service" | l10n %]
	    </button>
	</form>
    </div>
</div>

[% INCLUDE includes/footer.tpl %]

share/tpl/delete_config_ask.tpl  view on Meta::CPAN

            
            <label for="group_key">
                 [% "Group Key" | l10n %]:
                 <span class="small"></span>
             </label>
             <input type="text" name="group_key" value="" />
             
             <div class="spacer"></div>
             
             <button class="button" type="submit" name="submit">
             <img src="/icons/fffsilk/add.png" border="0" />
             [% "Delete Item" | l10n %]
         </button>
         </form>
     </div>
</div>

[% INCLUDE includes/footer.tpl %]

share/tpl/delete_config_contacts_ask.tpl  view on Meta::CPAN

	    
	    <label for="group_key">
		[% "Group Key" | l10n %]:
		<span class="small"></span>
	    </label>
	    <input type="text" name="group_key" value="" />
	    
	    <div class="spacer"></div>
	    
	    <button class="button" type="submit" name="submit">
		<img src="/icons/fffsilk/add.png" border="0" />
		[% "Delete Item" | l10n %]
	    </button>
	</form>
    </div>
</div>

[% INCLUDE includes/footer.tpl %]

share/tpl/delete_contact_ask.tpl  view on Meta::CPAN

            
            <label for="group_key">
                [% "Group Key" | l10n %]:
                <span class="small"></span>
            </label>
            <input type="text" name="group_key" value="" />
            
            <div class="spacer"></div>
            
            <button class="button" type="submit" name="submit">
		<img src="/icons/fffsilk/add.png" border="0" />
		[% "Delete Contact" | l10n %]
	    </button>
        </form>
    </div>
</div>

[% INCLUDE includes/footer.tpl %]

share/tpl/delete_group_ask.tpl  view on Meta::CPAN

	    
	    <label for="group_key">
		[% "Group Key" | l10n %]:
		<span class="small"></span>
	    </label>
	    <input type="text" name="group_key" value="" />
	    
	    <div class="spacer"></div>
	    
	    <button class="button" type="submit" name="submit">
		<img src="/icons/fffsilk/add.png" border="0" />
		[% "Delete Group" | l10n %]
	    </button>
	</form>
    </div>
</div>

[% INCLUDE includes/footer.tpl %]

share/tpl/delete_service_ask.tpl  view on Meta::CPAN

            
	    <label for="group_key">
		[% "Group Key" | l10n %]:
		<span class="small"></span>
	    </label>
	    <input type="text" name="group_key" value="" />
	    
	    <div class="spacer"></div>
	    
	    <button class="button" type="submit" name="submit">
		<img src="/icons/fffsilk/add.png" border="0" />
		[% "Delete Group" | l10n %]
	    </button>
        </form>
    </div>
</div>

[% INCLUDE includes/footer.tpl %]

share/tpl/disable_contact_ask.tpl  view on Meta::CPAN

            
	    <label for="group_key">
		[% "Group Key" | l10n %]:
		<span class="small"></span>
	    </label>
	    <input type="text" name="group_key" value="" />
	    
	    <div class="spacer"></div>
	    
	    <button class="button" type="submit" name="submit">
		<img src="/icons/fffsilk/add.png" border="0" />
		[% "Disable User" | l10n %]
	    </button>
        </form>
    </div>
</div>

[% INCLUDE includes/footer.tpl %]

share/tpl/edit_config.tpl  view on Meta::CPAN

            
            <label for="group_key">
                [% "Group Key" | l10n %]:
                <span class="small"></span>
            </label>
            <input type="text" name="group_key" value="" />
            
            <div class="spacer"></div>
            
            <button class="button" type="submit" name="submit">
		<img src="/icons/fffsilk/add.png" border="0" />
		[% "Update Config" | l10n %]
	    </button>
        </form>
    </div>
</div>

[% INCLUDE includes/footer.tpl %]

share/tpl/edit_config_contacts.tpl  view on Meta::CPAN

            
            <label for="group_key">
                [% "Group Key" | l10n %]:
                <span class="small"></span>
            </label>
            <input type="text" name="group_key" value="" />
            
            <div class="spacer"></div>
            
            <button class="button" type="submit" name="submit">
		<img src="/icons/fffsilk/add.png" border="0" />
		[% "Update Config" | l10n %]
	    </button>
        </form>
    </div>
</div>

[% INCLUDE includes/footer.tpl %]

share/tpl/edit_contact.tpl  view on Meta::CPAN

	    
	    <label for="group_key">
		[% "Group Key" | l10n %]:
		<span class="small"></span>
	    </label>
	    <input type="text" name="group_key" value="" />
	    
	    <div class="spacer"></div>
	    
	    <button class="button" type="submit" name="submit">
		<img src="/icons/fffsilk/add.png" border="0" />
		[% "Update User" | l10n %]
	    </button>
	</form>
    </div>

    <a href="?rm=list_config_contacts&contact_id=[% contact_id %]&group_id=[% group_id %]">[% "Show per-user config" | l10n %]</a>
</div>

[% INCLUDE includes/footer.tpl %]

share/tpl/edit_group.tpl  view on Meta::CPAN

            
	    <label for="group_key">
		[% "Group Key" | l10n %]:
		<span class="small"></span>
	    </label>
	    <input type="text" name="group_key" value="" />
	    
	    <div class="spacer"></div>
	    
	    <button class="button" type="submit" name="submit">
		<img src="/icons/fffsilk/add.png" border="0" />
		[% "Update Group" | l10n %]
	    </button>
        </form>
    </div>
</div>

[% INCLUDE includes/footer.tpl %]

share/tpl/edit_service.tpl  view on Meta::CPAN

	    
	    <label for="group_key">
		[% "Group Key" | l10n %]:
		<span class="small"></span>
	    </label>
	    <input type="text" name="group_key" value="" />
	    
	    <div class="spacer"></div>
	    
	    <button class="button" type="submit" name="submit">
		<img src="/icons/fffsilk/add.png" border="0" />
		[% "Update Service" | l10n %]
	    </button>
	</form>
    </div>
</div>

[% INCLUDE includes/footer.tpl %]

share/tpl/enable_contact_ask.tpl  view on Meta::CPAN

            
            <label for="group_key">
		[% "Group Key" | l10n %]:
		<span class="small"></span>
	    </label>
	    <input type="text" name="group_key" value="" />
	    
	    <div class="spacer"></div>
	    
	    <button class="button" type="submit" name="submit">
		<img src="/icons/fffsilk/add.png" border="0" />
		[% "Update User" | l10n %]
	    </button>
        </form>
    </div>
</div>

[% INCLUDE includes/footer.tpl %]

share/tpl/includes/footer.tpl  view on Meta::CPAN

						$(this).dialog("close");
					}
				}
			});
		});
	</script>
	[% END %]
	[% END %]
  
  <!--[if lt IE 7 ]>
    <script src="[% media_prefix %]/js/libs/dd_belatedpng.js"></script>
    <script type="text/javascript"> DD_belatedPNG.fix('img, .png_bg'); //fix any <img> or .png_bg background-images</script>
  <![endif]-->
  
</body>
</html>



( run in 3.256 seconds using v1.01-cache-2.11-cpan-df04353d9ac )