insight.admin.css |
insight.admin.css |
|
@CHARSET "ISO-8859-1";
#insight-score td {
background-color: #FFFFFF;
}
#insight-score .value {
font-size: 4em;
color: #333333;
text-align: center;
width: 150px;
padding-top: 25px;
padding-bottom: 25px;
}
#insight-score… |
insight.admin.inc |
insight.admin.inc |
|
Admin page callback for the insight module. |
insight.info |
insight.info |
|
name = Insight
description = Provides marketing insight integration
package = Insight
core = 7.x
php = 5.1
dependencies[] = contentanalysis
configure = admin/config/insight
files[] = insight.module
files[] = insight.admin.inc |
insight.install |
insight.install |
|
Install include file. Implements database schema. |
insight.module |
insight.module |
|
|
insight.page_alerts.inc |
insight.page_alerts.inc |
|
|
insight.page_reports.inc |
insight.page_reports.inc |
|
|
insight.reports.inc |
insight.reports.inc |
|
|
README.txt |
README.txt |
|
// $Id$
CONTENTS OF THIS FILE
---------------------
* Introduction
* Installation
* Additional Information about README file formatting
INTRODUCTION
------------
Current Maintainer: Chris Shattuck <http://drupal.org/user/166383>
This is… |