forked from newfies-dialer/newfies-dialer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
430 additions
and
704 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,23 @@ | ||
# -*- coding: utf-8 -*- | ||
"""Autodialer & Voice Broadcast Application""" | ||
|
||
# | ||
# Newfies-Dialer License | ||
# http://www.newfies-dialer.org | ||
# | ||
# This Source Code Form is subject to the terms of the Mozilla Public | ||
# License, v. 2.0. If a copy of the MPL was not distributed with this file, | ||
# You can obtain one at http://mozilla.org/MPL/2.0/. | ||
# | ||
# Copyright (C) 2011-2012 Star2Billing S.L. | ||
# | ||
# The Initial Developer of the Original Code is | ||
# Arezqui Belaid <[email protected]> | ||
# | ||
|
||
# :copyright: (c) 2011 - 2012 by Arezqui Belaid. | ||
# :license: AGPL, see COPYING for more details. | ||
# :license: MPL 2.0, see COPYING for more details. | ||
|
||
VERSION = (1, 1, 1, "") | ||
VERSION = (1, 2, 0, "beta") | ||
__version__ = ".".join(map(str, VERSION[0:3])) + "".join(VERSION[3:]) | ||
__author__ = "Arezqui Belaid" | ||
__contact__ = "[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{% extends "admin/base.html" %} | ||
{% load i18n admin_tools_menu_tags %} | ||
|
||
{% block title %}{% trans 'Newfies Admin' %}{% endblock %} | ||
{% block title %}{% trans 'Newfies-Dialer Admin' %}{% endblock %} | ||
{% block extrahead %} | ||
<link rel="icon" type="image/png" href="{{STATIC_URL}}newfies/images/favicon.png"> | ||
<!-- jquery UI css --> | ||
|
@@ -17,6 +17,21 @@ | |
<script src="{{STATIC_URL}}newfies/js/jquery.flot.stack.js" type="text/javascript"></script> | ||
<style> | ||
|
||
<!-- | ||
- Newfies-Dialer License | ||
- http://www.newfies-dialer.org | ||
- | ||
- This Source Code Form is subject to the terms of the Mozilla Public | ||
- License, v. 2.0. If a copy of the MPL was not distributed with this file, | ||
- You can obtain one at http://mozilla.org/MPL/2.0/. | ||
- | ||
- Copyright (C) 2011-2012 Star2Billing S.L. | ||
- | ||
- The Initial Developer of the Original Code is | ||
- Arezqui Belaid <[email protected]> | ||
- | ||
--> | ||
|
||
#header #bookmark-button { | ||
right:280px;!important; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
|
||
<footer> | ||
<p>Powered by Newfies-Dialer - <a href="http://www.newfies-dialer.org/" target="_blank">Auto-Dialer and Voice Broadcasting Software</a></p> | ||
</footer> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,21 @@ | |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | ||
<head xmlns="http://www.w3.org/1999/xhtml" lang="{{ LANGUAGE_CODE }}" xml:lang="{{ LANGUAGE_CODE }}"> | ||
|
||
<!-- | ||
- Newfies-Dialer License | ||
- http://www.newfies-dialer.org | ||
- | ||
- This Source Code Form is subject to the terms of the Mozilla Public | ||
- License, v. 2.0. If a copy of the MPL was not distributed with this file, | ||
- You can obtain one at http://mozilla.org/MPL/2.0/. | ||
- | ||
- Copyright (C) 2011-2012 Star2Billing S.L. | ||
- | ||
- The Initial Developer of the Original Code is | ||
- Arezqui Belaid <[email protected]> | ||
- | ||
--> | ||
|
||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> | ||
<title>{% block title %}Newfies-Dialer{% endblock %} | {% trans "Customer Interface" noop %}</title> | ||
<link rel="icon" type="image/png" href="{{STATIC_URL}}newfies/images/favicon.png"> | ||
|
@@ -125,12 +140,7 @@ <h1>Newfies-Dialer <small>{% trans "Voice Broadcasting solution" %}</small></h1> | |
{% endblock %} | ||
</div> | ||
|
||
|
||
<footer> | ||
<p>Newfies-Dialer v{{ newfies_version }} {% trans "is" %} <a href="http://www.newfies-dialer.org/" target="_blank">{% trans "Autodialer software" %}</a> {% trans "licensed under the " %} | ||
<a href="http://www.fsf.org/licensing/licenses/agpl-3.0.html" target="_blank">AGPL 3</a>. <br/> | ||
Copyright (C) 2010-2012 - Star2billing S.L. <a href="http://www.star2billing.com" target="_blank">http://www.star2billing.com</a></p> | ||
</footer> | ||
{% include "frontend/footer.html" %} | ||
|
||
</div> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters